Feature: Crear un Tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 25.295s |
Scenario: Con mi usuario de ghost creo un Tag con un nombre que ya exista
Before
0m 1.734s
Given
I navigate to page "http://localhost:3001/ghost/"
0m 0.590s
And
I wait for 2 seconds
0m 2.133s
When
I enter login email "<USERNAME1>"
0m 0.300s
And
I wait for 1 seconds
0m 1.132s
And
I enter login password "<PASSWORD1>"
0m 0.217s
And
I wait for 1 seconds
0m 1.166s
And
I submit login
0m 0.290s
And
I wait for 3 seconds
0m 3.283s
Then
I should have a nav-bar with functions
0m 0.303s
When
I click on the tag function
0m 0.452s
And
I wait for 1 seconds
0m 1.264s
Then
I should have a new tag button
0m 0.239s
Then
I save and existing tag name
0m 0.246s
When
I wait for 1 seconds
0m 1.226s
And
I click on the tag button
0m 0.413s
And
I wait for 1 seconds
0m 1.175s
Then
I should have a form to enter tag information and save button
0m 0.185s
When
I enter existing tag name
0m 0.332s
And
I wait for 1 seconds
0m 1.204s
And
I enter tag-slug
0m 0.326s
And
I wait for 1 seconds
0m 1.158s
And
I enter tag-descripton
0m 0.475s
And
I wait for 1 seconds
0m 1.210s
And
I click Save
0m 0.275s
And
I wait for 2 seconds
0m 2.166s
And
I click on the tag function
0m 0.351s
And
I wait for 1 seconds
0m 1.201s
Then
I should have a new tag with corrent slug link
0m 0.223s
After
0m 0.026s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:3001/ghost/"
And
I wait for 2 seconds
When
I enter login email "<USERNAME1>"
And
I wait for 1 seconds
And
I enter login password "<PASSWORD1>"
And
I wait for 1 seconds
And
I submit login
And
I wait for 3 seconds
Then
I should have a nav-bar with functions
When
I click on the tag function
And
I wait for 1 seconds
Then
I should have a new tag button
Then
I save and existing tag name
When
I wait for 1 seconds
And
I click on the tag button
And
I wait for 1 seconds
Then
I should have a form to enter tag information and save button
When
I enter existing tag name
And
I wait for 1 seconds
And
I enter tag-slug
And
I wait for 1 seconds
And
I enter tag-descripton
And
I wait for 1 seconds
And
I click Save
And
I wait for 2 seconds
And
I click on the tag function
And
I wait for 1 seconds
Then
I should have a new tag with corrent slug link
After
NO IMAGE AVAILABLE